mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Quick link fix.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
puts %{
|
puts %{
|
||||||
<div style="margin-top: 20px; border-top: 1px solid gray;">
|
<div style="margin-top: 20px; border-top: 1px solid gray;">
|
||||||
<div><a href="/r/helloapp/ruby">Ruby</a></div><div><a href="/r/helloapp/node">Node</a></div><div><a href="/r/helloapp/python">Python</a></div>
|
<div><a href="/r/#{ENV['FN_APP_NAME']}/ruby">Ruby</a></div>
|
||||||
|
<div><a href="/r/#{ENV['FN_APP_NAME']}/node">Node</a></div>
|
||||||
|
<div><a href="/r/#{ENV['FN_APP_NAME']}/python">Python</a></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: footer
|
name: footer
|
||||||
version: 0.0.10
|
version: 0.0.12
|
||||||
runtime: ruby
|
runtime: ruby
|
||||||
entrypoint: ruby func.rb
|
entrypoint: ruby func.rb
|
||||||
headers:
|
headers:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: app
|
name: app
|
||||||
version: 0.0.68
|
version: 0.0.69
|
||||||
runtime: go
|
runtime: go
|
||||||
entrypoint: ./func
|
entrypoint: ./func
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: header
|
name: header
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
runtime: ruby
|
runtime: ruby
|
||||||
entrypoint: ruby func.rb
|
entrypoint: ruby func.rb
|
||||||
headers:
|
headers:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: node
|
name: node
|
||||||
version: 0.0.11
|
version: 0.0.12
|
||||||
runtime: node
|
runtime: node
|
||||||
entrypoint: node func.js
|
entrypoint: node func.js
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: python
|
name: python
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
runtime: python
|
runtime: python
|
||||||
entrypoint: python2 func.py
|
entrypoint: python2 func.py
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: ruby
|
name: ruby
|
||||||
version: 0.0.21
|
version: 0.0.22
|
||||||
runtime: ruby
|
runtime: ruby
|
||||||
entrypoint: ruby func.rb
|
entrypoint: ruby func.rb
|
||||||
headers:
|
headers:
|
||||||
|
|||||||
Reference in New Issue
Block a user