mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 05:57:57 +01:00
update feedback api url
This commit is contained in:
parent
82737e2280
commit
e614cb41d8
@ -120,7 +120,7 @@ angular.module('docs').controller('DocumentDefault', function ($scope, $rootScop
|
|||||||
}
|
}
|
||||||
|
|
||||||
Restangular.withConfig(function (RestangularConfigurer) {
|
Restangular.withConfig(function (RestangularConfigurer) {
|
||||||
RestangularConfigurer.setBaseUrl('https://api.sismicsdocs.com');
|
RestangularConfigurer.setBaseUrl('https://api.teedy.io');
|
||||||
}).one('api').post('feedback', {
|
}).one('api').post('feedback', {
|
||||||
content: content
|
content: content
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user