Skip to content
Snippets Groups Projects

Resolve "Unterstützung von anderen HTTP-Methoden als GET innerhalb einer APP"

Merged slobinger requested to merge 21-support--http-methods-for-app-urls into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -63,7 +63,8 @@ class TestSAMSApp(unittest.TestCase):
{'url': 'test/do_nothing',
'function': 'views.do_nothing',
'methods': [
'GET', 'POST', 'DELETE', 'PUT', 'UPDATE', 'HEADER', 'PATCH'
'GET', 'POST', 'DELETE', 'PUT', 'UPDATE', 'HEAD', 'PATCH',
'OPTIONS'
]
}
]
Loading