wasmdashai commited on
Commit
c0bf8aa
·
verified ·
1 Parent(s): ca36bcd

Update ASG.API/BasePath.py

Browse files
Files changed (1) hide show
  1. ASG.API/BasePath.py +1 -1
ASG.API/BasePath.py CHANGED
@@ -1,4 +1,4 @@
1
  import sys
2
- path="/home/asgmodel/django-rest-api/DjangoRestApi/tutorials/ASG"
3
  BASEPATH=path+'/'
4
  sys.path.insert(0, path)
 
1
  import sys
2
+ path="ASG.API/"
3
  BASEPATH=path+'/'
4
  sys.path.insert(0, path)