Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Oct 26, 2023
1 parent ae09c6c commit 1a12832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def index():
def api():
myQuery = getParams(request.url)
##end
@app.route('/parser.py')
@app.route('/api/parser.py')
def compilerPage():
myQuery = getParams(request.url)
if (myQuery!=None):
Expand Down

0 comments on commit 1a12832

Please sign in to comment.