Commit 140fd62f by Alan de Oliveira

Alteraçao no URL da API

parent 19e88eab
[Dolphin]
Timestamp=2018,8,13,13,15,4
Version=4
[Settings]
HiddenFilesShown=true
{
"projects": {
"default": "ifro-97cab"
}
}
......@@ -36,6 +36,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
functions/node_modules/
# TypeScript v1 declaration files
typings/
......
......@@ -2,7 +2,7 @@ const { dialogflow, SimpleResponse,BasicCard, Carousel, BrowseCarousel,
BrowseCarouselItem, Image, Item, List } = require('actions-on-google');
const request = require('sync-request');
const BASE_URL = 'https://api.colorado.ifro.edu.br/academico';
const BASE_URL = 'https://api-sga.mobile.ifro.edu.br/academico';
const AUTHORIZATION_KEY = 'key=Bi479DxWjsNFFcZOVyySbx2vZ7rhhdU4Gr8OeJ0W1qvE7hGHxsQlwhbUZVRttmsQ';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment