Fix typos in simple_app

Change-Id: I913e4b5ae15362a5f832dba1f1c8a15fcbe3bd25
This commit is contained in:
Nikolay Mahotkin 2014-01-23 18:47:54 +04:00
parent 5e749d114d
commit a50a1bd900
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ import pecan
app = {
'root': 'demo_app.api.controllers.root.RootController',
'modules': ['demo_app.api'],
'root': 'simple_app.api.controllers.root.RootController',
'modules': ['simple_app.api'],
'debug': True,
}

View File

@ -1,6 +1,6 @@
Services:
MyRest:
type: REST_API
type: MISTRAL_REST_API
parameters:
baseUrl: http://localhost:8988
actions: