pikock / bootstrap-magic

Bootstrap themes generator made with AngularJS
https://pikock.github.io/bootstrap-magic
Other
1.8k stars 492 forks source link

Host the POST method on my own server #40

Open tofumedia opened 9 years ago

tofumedia commented 9 years ago

Hello, I need help. the current app does a post method to http://bootstrapmagics-pikock.dotcloud.com when clicking on the [Save CSS] or [Save Less Variables] button.

services.js (LINE 212 & 245): var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagics-pikock.dotcloud.com/').

Is there any way to have this post method hosted on my own server? there's usually a server-side processing form in PHP/ASP, which is not included in the project.