Initial commit for top level api URLS.

This commit is contained in:
Roberto Rosario
2015-09-28 04:05:03 -04:00
parent a7012b3f6b
commit 20398174a8
5 changed files with 17 additions and 87 deletions

View File

@@ -17,7 +17,7 @@ class RESTAPIApp(MayanAppConfig):
def ready(self):
super(RESTAPIApp, self).ready()
APIEndPoint(app=self, version_string='1')
APIEndPoint(app=self, name='rest', version_string='1')
Package(label='Django REST framework', license_text='''
Copyright (c) 2011-2015, Tom Christie All rights reserved.