implementing nested blueprint for api calls
This commit is contained in:
parent
fbdc6b4ee4
commit
d0908cf65d
4 changed files with 43 additions and 4 deletions
7
app/campaigns/campaign_api/routes.py
Normal file
7
app/campaigns/campaign_api/routes.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from flask import render_template
|
||||
from app.campaigns.campaign_api import campaign_api
|
||||
|
||||
|
||||
@campaign_api.route('testing')
|
||||
def testing():
|
||||
return render_template('testing.html')
|
||||
Loading…
Add table
Add a link
Reference in a new issue