Kaydet (Commit) 242db7c6 authored tarafından Ömer SAVAŞ's avatar Ömer SAVAŞ 💬

Yeni Dosya Yükle

üst 8eaa0d8f
module.exports =
{
name: "katmanlar",
version: 1,
created() { },
started() { },
stopped() { },
settings:
{
transporter: "nats://localhost:4222",
},
actions:
{
index()
{
return {durum: "OK", mesaj: 'Katmanlar Service OK!'};
}
},
methods:
{
},
events:
{
}
}
\ No newline at end of file
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