Skip to content

Commit 4bfc28f

Browse files
Update index.rst
1 parent d2fbd71 commit 4bfc28f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ required configuration options:
4141
@ldap.login_required
4242
def ldap_protected():
4343
return 'Success!'
44+
45+
46+
if __name__ == '__main__':
47+
app.run()
4448
4549
4650
Configuration

0 commit comments

Comments
 (0)