使用flowrouter在meteor中设置XML路由路径(mysite.com/path.xml)URL路由

时间:2016-05-20 10:33:47

标签: xml meteor meteor-blaze flow-router

我有一个使用flowrouter的meteor应用程序,以及一个我希望在http://www.mywebsite.com/path.xml扩展程序网址上托管的path.xml文件。

我无法弄清楚如何使用flowrouter为我提供/path.xml路径。

另外,我在哪里保存我的path.xml文件?它应该在服务器文件夹中吗?

我的flowrouter应该是这样的:

FlowRouter.route('/path.xml', {
  name: 'path'
});

但是我应该在哪里保存我的.xml文件?

0 个答案:

没有答案