mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Remove unused page
This commit is contained in:
parent
ee4ee17ad0
commit
7aeb004830
1 changed files with 0 additions and 11 deletions
11
webserver.py
11
webserver.py
|
@ -381,17 +381,6 @@ def page_activity():
|
||||||
hourly_before=hourly_before)
|
hourly_before=hourly_before)
|
||||||
|
|
||||||
|
|
||||||
@app.route("/ses/identify")
|
|
||||||
def ses_identify():
|
|
||||||
response = jsonify({
|
|
||||||
"username": fl_session.get("username"),
|
|
||||||
"id": fl_session.get("user_id")
|
|
||||||
})
|
|
||||||
response.headers["Access-Control-Allow-Origin"] = "https://steffo.eu"
|
|
||||||
response.headers["Access-Control-Allow-Credentials"] = "true"
|
|
||||||
return response
|
|
||||||
|
|
||||||
|
|
||||||
@app.route("/hooks/github", methods=["POST"])
|
@app.route("/hooks/github", methods=["POST"])
|
||||||
def hooks_github():
|
def hooks_github():
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue